home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / linux / src / atalnx_3.lzh / atari-linux-0.01pl3 / tools / atari / boot.mup < prev    next >
Encoding:
Text File  |  1994-06-18  |  243 b   |  11 lines

  1. GNUINC='d:\gnu\include'
  2. GNULIB='d:\gnu\lib'
  3.  
  4. gcc bootstra.c -Wall -mint -c -o bootstra.o
  5. gcc boot_asm.S -Wall -mint -c -o boot_asm.o
  6.  
  7. gcc -D__GNUC__ -Wall -mint -o bootstrap.ttp boot_asm.o bootstra.o
  8.  
  9. cp bootstrap.ttp ..\..\makedir
  10.  
  11.